HipColorStop

A struct containing a HipColor and a T which describes what color is in this T. This is useful for doing color interpolation and gradients.

struct HipColorStop {}

Members

Variables

color
HipColor color;
Undocumented in source.
t
float t;
Undocumented in source.

Meta